home *** CD-ROM | disk | FTP | other *** search
/ Aminet 51 / Aminet 51 (2002)(GTI - Schatztruhe)[!][Oct 2002].iso / Aminet / dev / basic / clockita.readme < prev    next >
Encoding:
Text File  |  2002-09-01  |  14.1 KB  |  224 lines

  1. Short:        Italian clock+alarm+source code (bugfix)
  2. Author:       pearl_harbor@esseerre.mailshell.com (Stefano Maria Regattin)
  3. Uploader:     pearl_harbor@esseerre.mailshell.com (Stefano Maria Regattin)
  4. Type:         dev/basic
  5. Distribution: OK
  6.  
  7. Date: Sunday, 25th August 2002
  8.  
  9. Name of the program: Orologio (clock)
  10. This is an italian evolution of the example program "Clock.bb" supplied with
  11. Blitz2; On Aminet you can find AmiBlitz2, a freeware evolution of this
  12. programming BASIC language, made by Bernd Roesch; today I use AmiBlitz2 in the
  13. same programming environment of Blitz2 with no problem.
  14. I say all this because who doesn't have a copy of Blizt2 can tries AmiBlitz2 and
  15. examines my source code; modifying it he/she can create, for example, a version
  16. of the clock in his/her language!
  17. This upload was made because I have changed the tooltype ANGLE to CORNER.
  18. There is a bug in the Blitz2 language that gives erroneous date after the end of
  19. the year 2000; this upload is my solution for this bug!
  20. The bug is in the date functions Days, Months and Years; WeekDay works fine!
  21. You can change the clock font by activating the window and clicking the LEFT
  22. MOUSE BUTTON; in this case you will see a new window containing some string
  23. gadgets: the top-left gadget must be used to type the alarm's hour and mins; the
  24. next gadget at the right must be used to activate or to deactivate the alarm;
  25. the below gadget must be used to select the font: type the name of the font
  26. (with or without the ".font" suffix) that you know it resides in your FONTS:
  27. drawer; pressing RIGHTAMIGA-X keys you will clean the gadget; pressing
  28. subsequently the ENTER key you be able to see all fonts that resides in your
  29. FONTS: drawer and you  can select one of these.
  30. In this case the last gadget at top-right will show the height of the font you
  31. have selected and always you can modify it.
  32. The following two gadgets are for type into the coordinates of the top-left
  33. corner of the clock window.
  34. The four arrows box named "Angolo fisso" is for select the fixed angle: this
  35. angle (normally the top-left angle) will be ever locked on screen, giving the
  36. other three to change their position depending on the settings; the coordinates
  37. you type and save are related to this one; remember this when you change the
  38. coordinates and/or the angle by tooltypes (see below).
  39. The following two gadgets are to type into the coordinates of the bottom-right
  40. corner of the clock window; the possible combinations of the four gadgets for
  41. the top-left and for the bottom-right coordinates are shown as four arrows in
  42. the gadget previously described and are: TOP-LEFT (standard), TOP-RIGHT,
  43. BOTTOM-RIGHT and BOTTOM-LEFT.
  44. The "Colori" gadget opens a new window to select the text colour and background
  45. colour for the clock: point with the mouse pointer on a colour, and click the
  46. LEFT MOUSE BUTTON to choose it as text colour, or click the RIGHT MOUSE BUTTON
  47. to choose it as background colour.
  48. Note that you cannot select the same colour as text colour and background
  49. colour.
  50. The "*** Salva ***" gadget permits to save any change.
  51. You can specify the font name, the font size, the coordinates of the position of
  52. the main window, the related angle, the text colour and the background colour by
  53. tooltypes; when the program is launched if there are the tooltypes the
  54. informations are taken from these, otherwise the parameters are set to default.
  55. For who don't know, tooltypes are those parameters shown in the icon
  56. information  window that is shown if you select the voice INFORMATION of the
  57. ICON menu.
  58. If there is no tooltype DONOTWAIT, when you save the changes it will be added.
  59. If you have activated the alarm, in the clock window will be shown a bubble;
  60. you can deactivated it pointing with the pointer on the bubble and clicking with
  61. the LEFT MOUSE BUTTON.
  62. The default font is "Data70.font", a font made by me supplied with the
  63. program.
  64. I think that this font is better than the font "2001.font" supplied with AMOS
  65. Pro.
  66. My font is suited for italian language, for which the character "è" capital is
  67. obtainable with the "§" character; however it have all the chars from (ASCII) 32
  68. to 255 now!
  69. Use it for games in low resolution, it is better! How to install the "Data70"
  70. font: copy in your drawer "FONTS:" the file named "Data70.font".
  71. Create in your drawer "FONTS:" the drawer "Data70" and copy into it the file
  72. "13".
  73. If you have Blitz2 There is the source code (Orologio.bb2) for free
  74. modifications; if you don't have it, you can however analyze the source code by
  75. a text viewer like MultiView reading the file named "Orologio.text"; if you
  76. load the source code in Blitz2 and you see some "?????" instead of keywords, you
  77. cannot compile the program because your "deflibs" file do not have all the
  78. keywords needed: you can find a sufficiently updated deflibs file in the
  79. package "Blitz Support Suite", that was sold alone on three diskettes ("BSS1",
  80. "BSS2" and  "BSS3"), that now are part of the "Ultimate Blitz Basic" CD, that
  81. is sold in the UK by Epic Marketing (http://www.epiconline.co.uk).
  82. If you want to install by yourself the keywords needed, you must have all
  83. the libs in BlitzLibs: and the command for AmigaDOS "MakeDefLibs" from Blitz
  84. Support Suite; after this you can run from shell the command MakeDefLibs with no
  85. parameters, that it will build up a new deflibs file from your libs in DefLibs:,
  86. backing up the previously one.
  87. The executable icon is a ColorIcon (OS3.5) taken from the archive
  88. ReallyIcons.lha by Angel Schnider.
  89. Notes: I have removed a previous version bug of gadget garbages in the settings
  90. window that it occurred after the font was changed and then the settings window
  91. was recalled; now there are problems no more.
  92. I have corrected a defect of a previous version that it happens if you have
  93. deactivated the alarm clicking on the bubble: the alarm gadget in the settings
  94. window did not deselect automatically; now the problem is solved.
  95. Now The clock use your workbench presetted sound not only for the alarm, but
  96. also to count the hours when these change.
  97. I have corrected the program to allow correct window positioning on startup when
  98. the screen height override the 512 pixel limit of the standard workbench; this
  99. it has been tested on a 800x600 True Colours WinUAE screen.
  100. I have in mind to give a bigger colours palette choose for the owners of Amigas
  101. (emulated or true) that have a graphics card but, at the moment, I don't know
  102. how to do it.
  103. Now the clock's window appears just above the screen bar, with or without the
  104. font prefs; I have also enlarged the colour boxes when your workbench uses less
  105. than sixteen colours.
  106. Corrected today a minor bug in the clock's window angles related numeric gadgets
  107. disabling.
  108. Now are stated the color numbers.
  109. I am not responsible of any damage this program can occurs to your system; you
  110. use it at your own risk!
  111. At end see my homepage to the following Internet address:
  112. http://space.tin.it/clubnet/aregat/
  113. The following is the same text in italian.
  114.  
  115. Data: domenica, 25 agosto 2002
  116.  
  117. Nome del programma: Orologio
  118. Questa è un'evoluzione italiana del programma d'esempio "Clock.bb" fornito con
  119. Blitz2; Potete trovare su Aminet AmiBlitz2, un'evoluzione gratuita di questo
  120. linguaggio di programmazione BASIC, fatta da Bernd Roesch; oggi io uso AmiBlitz2
  121. nello stesso ambiente di programmazione di Blitz2 senza problemi.
  122. Dico tutto ciò perché chi non avesse una copia di Blitz2 può provare AmiBlitz2
  123. ed esaminare il mio codice sorgente; apportando delle modifiche potrebbe, per
  124. esempio, creare una versione dell'orologio nella sua lingua!
  125. Questo caricamento è stato fatto perché ho cambiato il tooltype ANGLE in CORNER.
  126. C'è un baco nel linguggio Blitz2 che dà una data errata dopo la fine dell'anno
  127. 2000; questo caricamento è la mia soluzione per questo baco!
  128. Il baco è nelle funzioni per la data Days, Months and Years; WeekDay và bene!
  129. Potete cambiare il font dell'orologio attivando la finestra e cliccando con il
  130. TASTO SINISTRO DEL MOUSE; in questo caso vedrete una nuova finestra contenente
  131. alcuni campi per l'immissione di testo: il campo in alto a sinistra deve essere
  132. usato per digitare l'ora ed i minuti dell'allarme; il campo successivo a destra
  133. deve essere usato per attivare o disattivare l'allarme; il campo seguente in
  134. basso deve essere usato per selezionare il font; digitate il nome del font (con
  135. o senza il suffisso ".font") che sapete che si trova nel vostro cassetto FONTS:;
  136. premendo i tasti AMIGA-destro e X pulirete il campo; premendo successivamente il
  137. tasto ENTER sarete in grado di vedere tutti i font che si trovano nel vostro
  138. cassetto FONTS: e potrete selezionarne uno; in questo caso il campo in alto a
  139. destra mosterà l'altezza del font selezionato che potrete sempre modificare.
  140. I seguenti due campi in basso servono per impostare le coordinate dell'angolo in
  141. alto a sinistra della finestra dell'orologio.
  142. Il quadrato con dentro quattro freccie serve per la selezione dell'angolo fisso:
  143. questo angolo (solitamente l'angolo in alto a sinistra) rimarrà fisso sullo
  144. schermo, lasciando liberi gli altri tre di cambiare la loro posizione a seconda
  145. dei parametri; le coordinate che digitate e che salvate sono relative a questo
  146. angolo; ricordavetelo quando cambiate le coordinate e/o l'angolo dai tooltype
  147. (vedi di seguito).
  148. I seguenti due campi in basso servono per impostare le coordinate dell'angolo in
  149. basso a destra della finestra dell'orologio; le combinazioni possibili dei campi
  150. per le coordinate dell'angolo in alto a sinistra e per quello in basso a destra
  151. sono mostrate come freccie nel quadrato prcedentemente descritto e sono
  152. rispettivamente: l'angolo in alto a sinistra (TOP-LEFT), che è la condizione
  153. normale, l'angolo in alto a destra (TOP-RIGHT), l'angolo in basso a destra
  154. (BOTTOM-RIGHT) e l'angolo in basso a sinistra (BOTTOM-LEFT).
  155. Il bottone "Colori" apre una nuova finestra per la selezione dei colori del
  156. testo e dello sfondo: puntate con il puntatore del mouse su un colore, e
  157. cliccate il TASTO SINISTRO DEL MOUSE per sceglierlo come colore del testo, o
  158. cliccate con il TASTO DESTRO DEL MOUSE per sceglierlo come colore di sfondo;
  159. notate che non potete selezionare lo stesso colore per il testo e per lo sfondo.
  160. Il bottone "*** Salva ***" permette di salvare ogni cambiamento.
  161. Potete specificare il nome del font, l'altezza del font, le coordinate della
  162. posizione della finestra principale, l'angolo relativo, il colore del testo ed
  163. il colore dello sfondo con i tooltype; quando lanciate il programma se ci sono i
  164. tooltype le informazioni vengono prese da questi, altrimenti i parametri sono
  165. impostati ai valori di default.
  166. Per chi non lo sapesse, i tooltype sono quei parametri mostrati nella finestra
  167. delle informazioni dell'icona che esce se selezionate la voce INFORMAZIONI dal
  168. menù ICONE.
  169. Se non c'è il tooltype DONOTWAIT, verrà aggiunto quando salverete i cambiamenti.
  170. Se avete attivato l'allarme, nella finestra dell'orologio comparirà una bolla;
  171. potete disattivarlo in qualsiasi momento portando il puntatore del mouse sulla
  172. stessa e cliccando con il TASTO SINISTRO DEL MOUSE.
  173. Il font di default è "Data70.font", un font fatto da me fornito col programma.
  174. Io credo che questo font sia migliore del font "2001.font" fornito con AMOS Pro.
  175. Il mio font è adattato per la lingua italiana, per la quale il carattere "è"
  176. maiscolo è ottenibile con il carattere "§"; comunque ha tutti i caratteri dal
  177. (ASCII) 32 al 255; usatelo in giochi a bassa risoluzione, rende meglio!
  178. Come installare il font "Data70": copiate nel vostro cassetto "FONTS:" il file
  179. "Data70.font". Create nel vostro cassetto "FONTS:" il cassetto "Data70" e
  180. copiatevi il file "13".
  181. Se avete Blitz2 c'è il codice sorgente (Orlogio.bb2) per libere modifiche; se
  182. non lo avete, potete lo stesso analizzare il codice sorgente leggendo con un
  183. visualizzatore di testi come MultiView il file "Orologio.text"; se voi caricate
  184. il codice sorgente in Blitz2 e vedete dei "?????" al posto dei comandi, non
  185. potete compilare il programma perché il vostro file "deflibs" non ha tutti i
  186. comandi richiesti; potrete trovare un file deflibs aggiornato nel pacchetto
  187. "Blitz Support Suite", che era venduto a parte su tre dischetti ("BSS1", "BSS2"
  188. e "BSS3"), che ora sono parte del CD "Ultimate Blitz Basic", venduto in Italia
  189. da NonSoLoSoft (http://www.diff.org/nonsolosoft); se volete installare da soli i
  190. comandi necessari, dovete avere tutte le librerie in BlitzLibs ed il comando
  191. per AmigaDOS "MakeDefLibs" dal pacchetto Blitz Support Suite; dopo di ciò potete
  192. eseguire il comando MakeDefLibs senza parametri da shell, che creerà un nuovo
  193. file deflibs usando le vostre librerie in DefLibs:, conservando il file deflibs
  194. precedente.
  195. L'icona dell'eseguiblie e un'icona ColorIcon (OS3.5) presa dall'archivio
  196. ReallyIcons.lha di Angel Schnider.
  197. Note: ho rimosso il problema di una precedente versione che creava dei campi
  198. sbagliati nella finestra dei parametri, il che avveniva dopo che il font veniva
  199. cambiato e veniva richiamata la finestra stessa; ora non ci sono più problemi.
  200. Ho corretto il difetto di una precedente versione che si verificava se si
  201. disattivava l'allarme cliccando sulla bolla: il bottone per la selezione
  202. dell'allarme nella finestra delle impostazioni non si deselezionava
  203. automatcamente; ora il problema è risolto.
  204. Ora l'orologio usa il suono preimpostato del workbench non solo per l'allarme,
  205. ma anche per contare le ore quando cambiano.
  206. Ho corretto il programma per avere un posizionamento corretto della finestra
  207. all'avvio l'altezza dello schermo supera il limite del workbench standard dei
  208. 512 pixel; ciò è stato testato su uno schermo 800x600 True Colours di WinUAE.
  209. Ho in mente di dare una scelta di colori della tavolozza piu ampia per i
  210. possessori di Amiga (emulati o no) che hanno una shceda grafica ma, al momento,
  211. non so come fare.
  212. Ora la finestra dell'orologio compare giusto sotto la barra dello schermo, con o
  213. senza le preferenze delle fonti di carattere; ho anche allargato i quadrati dei
  214. colori quando il vostro workbench usa meno di sedici colori.
  215. Corretto oggi un piccolo baco nella disattivazione dei campi numerici relativi
  216. agli angoli della finestra dell'orologio.
  217. Ora vengono indicati i numeri dei colori.
  218. Non sono responsabile dei danni che questo programma può arrecare al vostro
  219. sistema, lo usate a vostro esclusivo rischio!
  220. Per finire guardate la mia pagina su Internet al seguente indirizzo:
  221. http://space.tin.it/clubnet/aregat/
  222.  
  223. Ciao!
  224.